// This prints the left floatting menu
Dedukti    Load Matita      Load Coq         Load Lean        Load PVS         Load OpenTheory Load
Dedukti-jumb

Axiom

connectives.equal

Statement

∀ A, A → A → ℙ

Main Dependencies
Theory

Coq-Jumb
Statement

Parameter equal : forall (A:Type), A -> A -> Prop



Matita-Jumb
Statement

axiom equal : \forall A : Type[0] . A -> A -> Prop



Lean-jumb
Statement

constant equal : forall (A : Type) , (A) -> (A) -> Prop



PVS-jumb

Statement

equal [A:TYPE+] : [A -> [A -> bool]]



OpenTheory

Printing for OpenTheory is not working at the moment.