-
Notifications
You must be signed in to change notification settings - Fork 64
Closed
Labels
renaming/refactoring 🔧This is about a renaming or refactoring in the libraryThis is about a renaming or refactoring in the library
Description
Lines 4544 to 4547 in 0e392b5
| ax1 : forall x (e : R), 0 < e -> ball x e x ; | |
| ax2 : forall x y (e : R), ball x e y -> ball y e x ; | |
| ax3 : forall x y z e1 e2, ball x e1 y -> ball y e2 z -> ball x (e1 + e2) z; | |
| ax4 : entourage = entourage_ ball |
Metadata
Metadata
Assignees
Labels
renaming/refactoring 🔧This is about a renaming or refactoring in the libraryThis is about a renaming or refactoring in the library