Skip to content

Commit

Permalink
renaming slt_irrN into sltnn
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksnanevski committed Aug 29, 2024
1 parent b426ffe commit af748a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/useqord.v
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Lemma slt_irr x ks : x <[ks] x = false.
Proof. by rewrite seqlt_unlock; apply: ltnn. Qed.

(* non-equational variant *)
Lemma slt_irrN x ks : ~ x <[ks] x.
Lemma sltnn x ks : ~ x <[ks] x.
Proof. by rewrite slt_irr. Qed.

(****************** antisymmetry ****************)
Expand Down

0 comments on commit af748a8

Please sign in to comment.