diff options
author | Bryan Newbold <bnewbold@charm.mit.edu> | 2008-02-12 23:59:38 -0500 |
---|---|---|
committer | Bryan Newbold <bnewbold@charm.mit.edu> | 2008-02-12 23:59:38 -0500 |
commit | d021212bf94c35f29df9fab8000e45aac0ad552b (patch) | |
tree | 38874a18e78196f911d3956afa46185e8bb7b71c | |
parent | e57a9b36b39e084da6a33cc35c4382e6f7e6b379 (diff) | |
download | knowledge-d021212bf94c35f29df9fab8000e45aac0ad552b.tar.gz knowledge-d021212bf94c35f29df9fab8000e45aac0ad552b.zip |
minor fix
-rw-r--r-- | math/sets | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,9 +4,9 @@ Sets .. warning:: Under progress! -.. note:: Most of the definitions and notation in the section are based on [rudin] +.. note:: Most of the definitions and notation in the section are based on [rudin]_ -If :latex:`$A \superset B$` and :latex:`$B \superset 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 \eq B$`; otherwise :latex:`$A \neq B$`. .. [rudin] `Principles of Mathematical Analysis (3rd ed)`:title:, by Walter Rudin. McGraw-Hill, 1976 |