let Y be non empty set ; :: thesis: for a, b, c being Element of Funcs Y,BOOLEAN holds
( ( a '<' b & b '<' a implies a = b ) & ( a '<' b & b '<' c implies a '<' c ) )
let a, b, c be Element of Funcs Y,BOOLEAN ; :: thesis: ( ( a '<' b & b '<' a implies a = b ) & ( a '<' b & b '<' c implies a '<' c ) )
A1:
for a, b, c being Element of Funcs Y,BOOLEAN st a '<' b & b '<' a holds
a = b
for a, b, c being Element of Funcs Y,BOOLEAN st a '<' b & b '<' c holds
a '<' c
hence
( ( a '<' b & b '<' a implies a = b ) & ( a '<' b & b '<' c implies a '<' c ) )
by A1; :: thesis: verum