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

Constant

connectives.equal

Type

∀ A, A → A → ℙ

Main Dependencies
Theory

Coq-Jumb
Type

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



Matita-Jumb
Type

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



Lean-jumb
Type

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



PVS-jumb

Type

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



OpenTheory

Printing for OpenTheory is not working at the moment.