نتایج جستجو برای: semi standard young tableaux

تعداد نتایج: 887646  

2012
Sami H. Assaf Sara C. Billey

The k-Schur functions were first introduced by Lapointe, Lascoux and Morse [18] in the hopes of refining the expansion of Macdonald polynomials into Schur functions. Recently, an alternative definition for k-Schur functions was given by Lam, Lapointe, Morse, and Shimozono [17] as the weighted generating function of starred strong tableaux which correspond with labeled saturated chains in the Br...

1997
Marian Srebrny

We present a set of seminar notes on basic concepts and results on automated and semi-automated veriication of correctness and validation of software systems (protocols) via the method of tableaux, often called semantic tableaux. Special emphasis is on comparison of various ways of formalization of the concept of a `proof', on the example of the classical rst-order logic.

Journal: :Algebraic combinatorics 2023

The cactus group acts on the set of standard Young tableaux a given shape by (partial) Schützenberger involutions. It is natural to extend this action corresponding Specht module identifying with Kazhdan–Lusztig basis. We term these representations “Schützenberger modules”, denoted S Sch λ , and in paper we investigate their decomposition into irreducible components. prove that when hook shape,...

2007
Grigori Olshanski

We derive new combinatorial identities which may be viewed as multivariate analogs of summation formulas for hypergeometric series. As in the previous paper Re], we start with probability distributions on the space of the innnite Young tableaux. Then we calculate the probability that the entry of a random tableau at a given box equals n = 1; 2; : : :. Summing these probabilities over n and equa...

2006
ALLEN KNUTSON EZRA MILLER

Let X, Y be finite sets and T a set of functions from X → Y which we will call “tableaux”. We define a simplicial complex whose facets, all of the same dimension, correspond to these tableaux. Such tableau complexes have many nice properties, and are frequently homeomorphic to balls, which we prove using vertex decompositions [BP79]. In our motivating example, the facets are labeled by semistan...

Journal: :Combinatorial theory 2021

We define P-strict labelings for a finite poset P as generalization of semistandard Young tableaux and show that promotion on these objects is in equivariant bijection with toggle action B-bounded Q-partitions an associated Q. In many nice cases, this conjugate to rowmotion. apply result flagged tableaux, Gelfand-Tsetlin patterns, symplectic obtaining new cyclic sieving homomesy conjectures. al...

2015
Pierre MATHIEU

Schur superpolynomials have been introduced recently as limiting cases of the Macdonald superpolynomials. It turns out that there are two natural super-extensions of the Schur polynomials: in the limit q = t = 0 and q = t→∞, corresponding respectively to the Schur superpolynomials and their dual. However, a direct definition is missing. Here, we present a conjectural combinatorial definition fo...

2017
OLIVIER MATHIEU

We compute the dimension of some irreducible representations of the sym­ metric groups in characteristic ρ (Theorem 2). The representations considered here are associated with Young diagrams m : πΐχ > m 2 > ... > m/ such that πΐχ — mi < (jp — I). The formula is based on a variant of Verlinde's formula which computes some tensor product multiplicities of indecomposable modules for GLi(¥p), as it...

2012
Christopher Manon

We will discuss some recent theorems relating the space of weighted phylogenetic trees to the tropical varieties of each flag variety of type A. We will also discuss the tropicalizations of the functions corresponding to semi-standard tableaux, in particular we relate them to familiar functions from phylogenetics. We close with some remarks on the generalization of these results to the tropical...

Journal: :Discrete Mathematics & Theoretical Computer Science 2013
Mathilde Bouvel Luca Ferrari

We suggest an approach for the enumeration of minimal permutations having d descents which uses skew Young tableaux. We succeed in finding a general expression for the number of such permutations in terms of (several) sums of determinants. We then generalize the class of skew Young tableaux under consideration; this allows in particular to recover a formula for Eulerian numbers which is a direc...

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید

function paginate(evt) { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term pg=parseInt(evt.target.text) var data={ "year":filter_year, "term":term, "pgn":pg } filtered_res=post_and_fetch(data,url) window.scrollTo(0,0); } function update_search_meta(search_meta) { meta_place=document.getElementById("search_meta_data") term=search_meta.term active_pgn=search_meta.pgn num_res=search_meta.num_res num_pages=search_meta.num_pages year=search_meta.year meta_place.dataset.term=term meta_place.dataset.page=active_pgn meta_place.dataset.num_res=num_res meta_place.dataset.num_pages=num_pages meta_place.dataset.year=year document.getElementById("num_result_place").innerHTML=num_res if (year !== "unfilter"){ document.getElementById("year_filter_label").style="display:inline;" document.getElementById("year_filter_place").innerHTML=year }else { document.getElementById("year_filter_label").style="display:none;" document.getElementById("year_filter_place").innerHTML="" } } function update_pagination() { search_meta_place=document.getElementById('search_meta_data') num_pages=search_meta_place.dataset.num_pages; active_pgn=parseInt(search_meta_place.dataset.page); document.getElementById("pgn-ul").innerHTML=""; pgn_html=""; for (i = 1; i <= num_pages; i++){ if (i===active_pgn){ actv="active" }else {actv=""} pgn_li="
  • " +i+ "
  • "; pgn_html+=pgn_li; } document.getElementById("pgn-ul").innerHTML=pgn_html var pgn_links = document.querySelectorAll('.mypgn'); pgn_links.forEach(function(pgn_link) { pgn_link.addEventListener('click', paginate) }) } function post_and_fetch(data,url) { showLoading() xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8'); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var resp = xhr.responseText; resp_json=JSON.parse(resp) resp_place = document.getElementById("search_result_div") resp_place.innerHTML = resp_json['results'] search_meta = resp_json['meta'] update_search_meta(search_meta) update_pagination() hideLoading() } }; xhr.send(JSON.stringify(data)); } function unfilter() { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":"unfilter", "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } function deactivate_all_bars(){ var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(bar) { bar.dataset.active = false bar.style = "stroke:#71a3c5;" }) } year_chart.on("created", function() { var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(check) { check.addEventListener('click', checkIndex); }) }); function checkIndex(event) { var yrchart = document.querySelectorAll('.ct-bar'); var year_bar = event.target if (year_bar.dataset.active == "true") { unfilter_res = unfilter() year_bar.dataset.active = false year_bar.style = "stroke:#1d2b3699;" } else { deactivate_all_bars() year_bar.dataset.active = true year_bar.style = "stroke:#e56f6f;" filter_year = chart_data['labels'][Array.from(yrchart).indexOf(year_bar)] url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":filter_year, "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } } function showLoading() { document.getElementById("loading").style.display = "block"; setTimeout(hideLoading, 10000); // 10 seconds } function hideLoading() { document.getElementById("loading").style.display = "none"; } -->