theorem
proved
term proof
comparativeEquiv_refl
show as:
view Lean formalization →
formal statement (Lean)
120theorem comparativeEquiv_refl (R : ComparativeRecognizer C E) (gt_events : Set E)
121 (h : InducesPreorder R gt_events) (c : C) :
122 comparativeEquiv R gt_events c c :=
proof body
Term-mode proof.
123 ⟨preorder_refl R gt_events h c, preorder_refl R gt_events h c⟩
124