| prev | ( testsuite > StrictContent > TheoryOfSets > equation1 ) | next |
| Alternatives: | (mml file) (full) (simple) (plain) (form) (slideshow) |
| File: | StrictContent/TheoryOfSets/equation1 |
| CVS-ID: | |
| Author: | Design Science, Inc. (E. Cannon, E. Tabacman, R.Miner) |
| Description: | A = B implies that A union C is equal to B union C |
Sample Rendering:
| |
Your browser's rendering:
Source Code:
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
<csymbol cd="logic1">implies</csymbol>
<apply>
<csymbol cd="relation1">eq</csymbol>
<ci>A</ci>
<ci>B</ci>
</apply>
<apply>
<csymbol cd="relation1">eq</csymbol>
<apply>
<csymbol cd="set1">union</csymbol>
<ci>A</ci>
<ci>C</ci>
</apply>
<apply>
<csymbol cd="set1">union</csymbol>
<ci>B</ci>
<ci>C</ci>
</apply>
</apply>
</apply>
</math>