I find that the current Total for binary relations is a misnomer: Currently there is:
Total : ∀ {a ℓ} {A : Set a} → Rel A ℓ → Set _
Total _∼_ = ∀ x y → (x ∼ y) ⊎ (y ∼ x)
But a binary relation R is normally called total iff Reflexive (R relCompose (converse R)),
so ripping this name out of the context of a poor naming of linear orders is, in my opinion, very unfortunate.
I find that the current
Totalfor binary relations is a misnomer: Currently there is:But a binary relation
Ris normally called total iffReflexive (R relCompose (converse R)),so ripping this name out of the context of a poor naming of linear orders is, in my opinion, very unfortunate.