Let $V_1,V_2 \subseteq \{1, \dots , n\}.$ Consider the function $$F(V_1,V_2)= \sum_{\substack{ U \subseteq\{1, \dots,n\} \\ V_1 \cup V_2 \subseteq U}} (-\iota )^{card(U - V_1)+card(U-V_2)}$$ Then $F(V_1,V_2)=0$ provided $V_1 \cup V_2 \ne \{1, \dots , n\}.$ This lemma is in a research paper. Can anyone help in proving the lemma? Thanks in advanced.
2026-03-31 10:05:24.1774951524
Help to prove this combinatorial lemma
73 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in ELEMENTARY-SET-THEORY
- how is my proof on equinumerous sets
- Composition of functions - properties
- Existence of a denumerble partition.
- Why is surjectivity defined using $\exists$ rather than $\exists !$
- Show that $\omega^2+1$ is a prime number.
- A Convention of Set Builder Notation
- I cannot understand that $\mathfrak{O} := \{\{\}, \{1\}, \{1, 2\}, \{3\}, \{1, 3\}, \{1, 2, 3\}\}$ is a topology on the set $\{1, 2, 3\}$.
- Problem with Cartesian product and dimension for beginners
- Proof that a pair is injective and surjective
- Value of infinite product
Related Questions in COMBINATORIAL-PROOFS
- Proof of (complicated?) summation equality
- Prove combination arguments $c(c(n,2),2) = 3c(n,3)+3c(n,4)$
- A Combinatorial Geometry Problem With A Solution Using Extremal Principle
- What is the least position a club in EPL can finish with 30 wins?
- Find a combinatorial proof for $\binom{n+1}{k} = \binom{n}{k} + \binom{n-1}{k-1} + ... + \binom{n-k}{0}$
- Use combinatorial arguments to prove the following binomial identities
- money changing problem
- $\forall n\in\mathbb N,x>-1,(1+x)^n\ge1+nx$ Using 2nd Derivative
- Combinatorial proof of $\sum\limits_{i=0}^{r} ({m \choose i}) = {{m + r}\choose m}$
- Intersection of $n$ circles and $m$ lines
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
We write $U=(V_1 \cup V_2)\cup \hat U$ with $\hat U \cap (V_1 \cup V_2)= \emptyset.$ This determine $\hat U$ uniquely. Now
$$card(U-V_1)+card(U-V_2)=card(((V_1 \cup V_2)-V_1)\cup \hat U)+card(((V_1 \cup V_2)-V_2)\cup \hat U).$$ Since $ (V_1 \cup V_2)-V_i$ and $\hat U$ are disjoint for $i=1,2$ we get
$$card(U-V_1)+card(U-V_2)=card((V_1 \cup V_2)-V_1)+card((V_1 \cup V_2)-V_2) + 2 card(\hat U).$$ In the last line, the first two summands do not depend on $\hat U$ so we get
$$ \sum_{\substack{ U \\ V_1 \cup V_2 \subseteq U}} (-\iota )^{card(U - V_1)+card(U-V_2)}=(-\iota )^{card((V_1 \cup V_2)-V_1)+card((V_1 \cup V_2)-V_2)}.\sum_{\substack{\hat U\\ (V_1 \cup V_2) \cap \hat U \ne \emptyset}}(-\iota)^{2.card (\hat U)}$$ $$ =(-\iota )^{card((V_1 \cup V_2)-V_1)+card((V_1 \cup V_2)-V_2)}.\sum_{\substack{\hat U \subseteq \{1, \dots ,n\}-(V_1 \cup V_2)}}(-1)^{card (\hat U)}$$
This is not the complete proof but can someone tell me up till now is it right or not?, I have doubt in the 2nd last step.
Thank you!