diff options
author | Bryan Newbold <bnewbold@charm.mit.edu> | 2008-02-18 22:29:54 -0500 |
---|---|---|
committer | Bryan Newbold <bnewbold@charm.mit.edu> | 2008-02-18 22:29:54 -0500 |
commit | ca37b21dee235cac16ec98a649e878ffdb3dd25a (patch) | |
tree | 0ed16c9d408a8203d5e8d58aa98bc1049230e83b /math/sets | |
parent | d021212bf94c35f29df9fab8000e45aac0ad552b (diff) | |
download | knowledge-ca37b21dee235cac16ec98a649e878ffdb3dd25a.tar.gz knowledge-ca37b21dee235cac16ec98a649e878ffdb3dd25a.zip |
syntax
Diffstat (limited to 'math/sets')
-rw-r--r-- | math/sets | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ Sets .. note:: Most of the definitions and notation in the section are based on [rudin]_ -If :latex:`$A \supset B$` and :latex:`$B \supset A$` we write :latex:`$A \eq B$`; otherwise :latex:`$A \neq B$`. +If :latex:`$A \supset B$` and :latex:`$B \supset A$` we write :latex:`$A = B$`; otherwise :latex:`$A \neq B$`. .. [rudin] `Principles of Mathematical Analysis (3rd ed)`:title:, by Walter Rudin. McGraw-Hill, 1976 |