diff --git a/Cubical/Relation/Binary/Order/QuosetReasoning.agda b/Cubical/Relation/Binary/Order/QuosetReasoning.agda new file mode 100644 index 0000000000..daa0df2d10 --- /dev/null +++ b/Cubical/Relation/Binary/Order/QuosetReasoning.agda @@ -0,0 +1,138 @@ +-- Example of usage: +-- +-- open <-syntax +-- open ≤-syntax +-- open ≡-syntax +-- +-- example : ∀ (x y z u v w α γ δ : P) +-- → x < y +-- → y ≤ z +-- → z ≡ u +-- → u < v +-- → v ≤ w +-- → w ≡ α +-- → α ≡ γ +-- → γ ≡ δ +-- → x < δ +-- example x y z u v w α γ δ x