Alternative LUB property (#97)

This commit is contained in:
Patrick Stevens
2020-02-13 07:51:41 +00:00
committed by GitHub
parent d183b40d11
commit 9de323c5e8
4 changed files with 157 additions and 1 deletions

View File

@@ -75,3 +75,6 @@ abstract
moveInequality : {a b : A} a < b 0R < (b + inverse a)
moveInequality {a} {b} a<b = <WellDefined invRight reflexive (orderRespectsAddition a<b (inverse a))
moveInequality' : {a b : A} a < b (a + inverse b) < 0R
moveInequality' {a} {b} a<b = <WellDefined reflexive invRight (orderRespectsAddition a<b (inverse b))