agda-stdlib
agda-stdlib copied to clipboard
Add proofs for MoufangLoop
In this PR
- Correct definitions
LeftBolandIsMoufangLoopShow the following for MoufangLoop leftAlternative : LeftAlternative _∙_rightAlternative : RightAlternative _∙_alternative : Alternative _∙_z∙xzy≈zxz∙y : ∀ x y z → (z ∙ (x ∙ (z ∙ y))) ≈ (((z ∙ x) ∙ z) ∙ y)x∙zyz≈xzy∙z : ∀ x y z → (x ∙ (z ∙ (y ∙ z))) ≈ (((x ∙ z) ∙ y) ∙ z)