Group Abstract Group Abstract

Message Boards Message Boards

0
|
12.9K Views
|
5 Replies
|
3 Total Likes
View groups...
Share
Share this post:

Simplifying between set theory and logical connectives

Posted 10 years ago
POSTED BY: Greg Ferenstein
5 Replies
POSTED BY: Gianluca Gorni
Posted 10 years ago

Simplifying between set theory and logical connectives

POSTED BY: Greg Ferenstein
Posted 10 years ago
POSTED BY: Greg Ferenstein

How about replacement rules:

HoldForm[x \[Element] (A \[Intersection] 
      B) \[Union] (A \[Intersection] C)] //. {HoldPattern[
    x \[Element] 
     u_ \[Union] v_] :> (x \[Element] u) \[Or] (x \[Element] v), 
  HoldPattern[
    x \[Element] 
     u_ \[Intersection] v_] :> (x \[Element] u) \[And] (x \[Element] 
      v)}
POSTED BY: Gianluca Gorni

enter image description here

POSTED BY: Simon Cadrin
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard