mirror of
https://github.com/Smaug123/agdaproofs
synced 2025-10-19 01:58:45 +00:00
Alternative LUB property (#97)
This commit is contained in:
@@ -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))
|
||||
|
Reference in New Issue
Block a user