Constructing Proofs: Solving Set Functions with Characteristic Functions

  • Thread starter Thread starter SpatialVacancy
  • Start date Start date
  • Tags Tags
    Proofs
Click For Summary
SUMMARY

The discussion focuses on proving properties of characteristic functions for sets A and B within a universal set S. Specifically, it addresses two key equations: (a) the characteristic function of the intersection of two sets, \(\chi_{A \cap B}(u) = \chi_A(u) \cdot \chi_B(u)\), and (b) the characteristic function of the union of two sets, \(\chi_{A \cup B}(u) = \chi_A(u) + \chi_B(u) - \chi_A(u) \cdot \chi_B(u)\). The proposed method for proof involves evaluating both sides of the equations across all possible membership scenarios for an element u in relation to sets A and B, potentially utilizing a truth table format for clarity.

PREREQUISITES
  • Understanding of characteristic functions in set theory
  • Familiarity with set operations: union and intersection
  • Basic knowledge of logical equivalence and truth tables
  • Proficiency in mathematical notation and functions
NEXT STEPS
  • Study the properties of characteristic functions in set theory
  • Learn how to construct and interpret truth tables for logical expressions
  • Explore proofs involving set operations and their characteristic functions
  • Investigate applications of characteristic functions in probability and statistics
USEFUL FOR

Mathematicians, computer scientists, and students studying set theory or discrete mathematics, particularly those interested in proofs and logical reasoning involving sets and functions.

SpatialVacancy
Messages
24
Reaction score
0
Constructing Proofs help!

Here is the problem:

Given a set [tex]S[/tex] and subset [tex]A[/tex], the characteristic function of A, denoted [tex]\chi_A[/tex], is the function defined from [tex]S[/tex] to [tex]\mathbb{Z}[/tex] with the property that for all [tex]u \ \epsilon \ S[/tex]:


[tex] \chi_A(u)=<br /> \begin{cases}<br /> 1 & \text{if u $ \epsilon \ A$} \\<br /> 0 & \text{if u $ is not \ \epsilon \ A$}<br /> \end{cases}[/tex]

Show that each of the following holds for all subsets [tex]A[/tex] and [tex]B[/tex] of [tex]S[/tex] and all [tex]u \ \epsilon \ S[/tex].

a. [tex]\chi_{A \cap B}(u)= \chi_A (u) \cdot \chi_B (u)[/tex]
b. [tex]\chi_{A \cup B}(u)= \chi_A (u) + \chi_B (u) - \chi_A (u) \cdot \chi_B (u)[/tex]



I have NO IDEA what this problem is asking...can someone please help!
 
Physics news on Phys.org
The brute straightforward way is:
Compute both sides of the equations for all cases:
(I) u is in A and B
(II) u is in A or B, but not both.
(III) u is not in A and not in B.
 
.
You might present the proof in "Truth Table" format and show equivalence via Table equality. For example:
Code:
.
.-----------------------> [B]Χ(A ∩ B)[/B]

                           Member
                             B
                      YES         NO

             YES       [B]1          0[/B]
     Member   
       A
             NO        [B]0          0[/B]




.----------------------> [B]Χ(A)*Χ(B)[/B]

                           Member
                             B
                      YES         NO

             YES    (1)*(1)    (1)*(0)
     Member            [B]1          0 [/B]
       A
             NO     (0)*(1)    (0)*(0)
                       [B]0          0[/B]
 
Last edited:

Similar threads

Replies
6
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 15 ·
Replies
15
Views
3K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K