let p, q be boolean object ; :: thesis: p <=> q = (p '&' q) 'or' (p 'nor' q)
( p = FALSE or p = TRUE ) by Def3;
hence p <=> q = (p '&' q) 'or' (p 'nor' q) ; :: thesis: verum