Skip to content

Commit

Permalink
review chains
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrik-bakke committed Oct 19, 2024
1 parent b7d5e58 commit a4212d8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/order-theory/chains-posets.lagda.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ A {{#concept "chain" Disambiguation="in a poset" Agda=chain-Poset}} in a
`S` of `P` such that the ordering of `P` restricted to `S` is
[linear](order-theory.total-orders.md).

## Definition
## Definitions

### The predicate on subsets of posets to be a chain

Expand Down Expand Up @@ -93,5 +93,5 @@ module _

## External links

- [chain#in order theory](https://ncatlab.org/nlab/show/chain#in_order_theory)
- [chain, in order theory](https://ncatlab.org/nlab/show/chain#in_order_theory)
at $n$Lab
10 changes: 8 additions & 2 deletions src/order-theory/chains-preorders.lagda.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ A {{#concept "chain" Disambiguation="in a preorder" Agda=chain-Preorder}} in a
[subtype](foundation-core.subtypes.md) `S` of `P` such that the ordering of `P`
restricted to `S` is [linear](order-theory.total-preorders.md).

## Definition
## Definitions

### The predicate on subsets of preorders to be a chain

```agda
module _
Expand All @@ -42,7 +44,11 @@ module _

is-prop-is-chain-Subpreorder : is-prop is-chain-Subpreorder
is-prop-is-chain-Subpreorder = is-prop-type-Prop is-chain-prop-Subpreorder
```

### Chains in preorders

```agda
chain-Preorder :
{l1 l2 : Level} (l : Level) (X : Preorder l1 l2) UU (l1 ⊔ l2 ⊔ lsuc l)
chain-Preorder l X =
Expand Down Expand Up @@ -88,5 +94,5 @@ module _

## External links

- [chain#in order theory](https://ncatlab.org/nlab/show/chain#in_order_theory)
- [chain, in order theory](https://ncatlab.org/nlab/show/chain#in_order_theory)
at $n$Lab

0 comments on commit a4212d8

Please sign in to comment.