Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

gwpl
Copy link
Contributor

@gwpl gwpl commented Jun 18, 2025

Summary

  • Added a new Set Theory section to the vim-digraphs cheatsheet
  • Includes commonly used mathematical symbols for set theory operations
  • Follows the existing format and style of the cheatsheet

Changes

  • Added Set Theory section with symbols for:
    • ∀ (forall) - FA
    • ∃ (exists) - TE
    • ∈ (element of) - (-
    • ∅ (empty set) - /0
    • ⊆ (subset or equal) - (_
    • ⊇ (superset or equal) - )_
    • ∩ (intersection) - (U
    • ∪ (union) - )U
    • ⊂ (subset) - (C
    • ⊃ (superset) - )C
  • Removed duplicate set theory symbols from Math section
  • Added descriptive labels for each symbol

Test plan

  • Verified all digraph codes work in Vim
  • Checked formatting consistency with existing sections
  • Ensured no duplicate symbols across sections

🤖 Generated with Claude Code

- Added comprehensive set theory symbols including forall (∀), exists (∃),
  element of (∈), empty set (∅), subset/superset variants
- Removed duplicate set theory symbols from Math section
- Added descriptive labels for each symbol following existing pattern

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
@rstacruz rstacruz merged commit c2ffe99 into rstacruz:master Jul 4, 2025
@rstacruz
Copy link
Owner

rstacruz commented Jul 4, 2025

Thanks for this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants