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

Definition

bool.notb

Body

λb. if b then false else true

Main Dependencies
Theory

Coq-Jumb
Body

Definition notb : bool -> bool := fun (b:bool) => match_bool_type (bool) false true b



Matita-Jumb
Body

definition notb : bool -> bool := \lambda b : bool. (match_bool_type) (bool) (false) (true) b



Lean-jumb
Body

noncomputable def notb : (bool.bool) -> bool.bool := fun (b : bool.bool) , ((((bool.match_bool_type) (bool.bool)) ((bool.false) )) ((bool.true) )) (b)



PVS-jumb

Body

notb : [bool_sttfa.sttfa_bool -> bool_sttfa.sttfa_bool] = (LAMBDA(b:bool_sttfa.sttfa_bool):bool_sttfa.match_bool_type[bool_sttfa.sttfa_bool](bool_sttfa.sttfa_false)(bool_sttfa.sttfa_true)(b))



OpenTheory

Printing for OpenTheory is not working at the moment.