# 16.05.24 math_symbols_mapping = { '≡': '===', '≠': '!=', '≈': '~~', '≪': '<<', '≫': '>>', '⊂': 'sub', '⊃': 'sup', '⊆': 'subeq', '⊇': 'supeq', '∪': 'U', '∩': 'n', '∅': 'empty', '∈': 'in', '∉': 'notin', '∀': 'forall', '∃': 'exists', '⊥': 'perp', '∠': 'angle', '∟': 'langle', '∣': 'vert', '∴': 'therefore' }