<?xml version="1.0"?>
<!-- $Id: logic1p.tfb,v 1.1.1.1 2002/10/04 12:50:39 taka Exp $ -->

<CDDefinition>
<Name>  where </Name>
<Description>
  The word "where" is often used in mathematical expressions
  to set variables or to say side conditions.
  CDname logic1.implies can be used for these purposes, but 
  "where" will be more intuitive and more friendly expression
  for formula book writers.
</Description>

<CMP> <tex> $ x^n  \mbox{where} n=10 </tex> </CMP>
<FMP>
<tfb>
  OMLBIND(OMBVAR(n), x ~arith1.power~ n)
  ~logic1p.where~ (n ~relation1.eq~ 10);
</tfb>
</FMP>
</CDDefinition>


