more formatting stuff

This commit is contained in:
rhiannon morris 2022-02-27 01:49:42 +01:00
parent e264a18e21
commit c653fcb664

View file

@ -207,7 +207,7 @@ Antisymmetric (Var n) LTE where
antisymmetric (LTES p) (LTES q) = cong VS $ antisymmetric p q {rel = Var.LTE} antisymmetric (LTES p) (LTES q) = cong VS $ antisymmetric p q {rel = Var.LTE}
export export
splitLTE : {j : Var n} -> i `Var.LTE` j -> Either (i = j) (i `Var.LT` j) splitLTE : {j : Var n} -> i `LTE` j -> Either (i = j) (i `LT` j)
splitLTE {j = VZ} LTEZ = Left Refl splitLTE {j = VZ} LTEZ = Left Refl
splitLTE {j = VS _} LTEZ = Right LTZ splitLTE {j = VS _} LTEZ = Right LTZ
splitLTE (LTES p) with (splitLTE p) splitLTE (LTES p) with (splitLTE p)