You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reflexivity is currently formalised as local reflexivity or pure reflexivity (core reflexivity).
Local reflexivity seems to be only left quasi reflexivity, that x1x2 implies x1x1. Why left and not right, that is, x1x2 implies x2x2? Should local reflexivity be (bi)quasi reflexivity, that is, x1x2 implies x1x1 && x2x2?