(5steps total) PrintForm Definitions mb tree Sections MarkB generic Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
At: tree leaf one one 1 1

1. E : Type
2. x1 : E
3. x2 : E
4. tree_leaf(x1) = tree_leaf(x2)
5. z : Tree(E)
  if is_leaf(z) leaf_value(z) else x1 fi
  =
  if is_leaf(z) leaf_value(z) else x1 fi


By: SplitOnConclITE


Generated subgoals:

None

About:
ifthenelseuniverseequal
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

(5steps total) PrintForm Definitions mb tree Sections MarkB generic Doc