Quiz 2

Set Operation Proofs

96 words
1 min read
Python Week 1: the first filter for runtime behavior
Visual companion
Python
Type and operator map

Python Week 1: the first filter for runtime behavior

View
Revision summary

What this note is really saying

Short form

# Set Operation Proofs ## Proving Distributive Law **Theorem:** $A \cap (B \cup C) = (A \cap B) \cup (A \cap C)$ **Proof:** Let $x \in A \cap (B \cup C)$. Then $x \in A$ and $x \in B \cup C$.

Set Operation Proofs

Proving Distributive Law

Theorem: A(BC)=(AB)(AC)A \cap (B \cup C) = (A \cap B) \cup (A \cap C) Proof: Let xA(BC)x \in A \cap (B \cup C). Then xAx \in A and xBCx \in B \cup C. So xAx \in A and (xBx \in B or xCx \in C). If xBx \in B, then xABx \in A \cap B. If xCx \in C, then xACx \in A \cap C. Either way, x(AB)(AC)x \in (A \cap B) \cup (A \cap C). The reverse inclusion is similar. \square Join Discord PreviousSet TheoryNextRelations and Functions
Document outline

Keep your place and jump directly to a heading.

Table of Contents
System Normal // Awaiting Context

Intelligence Hub

Navigate the knowledge graph to generate context. The Hub adapts dynamically to surface backlinks, related notes, and metadata insights.