نتایج جستجو برای: weakly annihilating submodule

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

2006
Ivan Penkov Gregg Zuckerman IVAN PENKOV GREGG ZUCKERMAN

Let g be a semisimple complex Lie algebra and k ⊂ g be any algebraic subalgebra reductive in g. For any simple finite dimensional k-module V , we construct simple (g, k)-modules M with finite dimensional k-isotypic components such that V is a k-submodule of M and the Vogan norm of any simple k-submodule V ′ ⊂ M, V ′ 6≃ V , is greater than the Vogan norm of V . The (g, k)-modules M are subquotie...

Journal: :Genes & development 2008
Laurent Larivière Martin Seizl Sake van Wageningen Susanne Röther Loes van de Pasch Heidi Feldmann Katja Strässer Steve Hahn Frank C P Holstege Patrick Cramer

A combination of crystallography, biochemistry, and gene expression analysis identifies the coactivator subcomplex Med8C/18/20 as a functionally distinct submodule of the Mediator head module. Med8C forms a conserved alpha-helix that tethers Med18/20 to the Mediator. Deletion of Med8C in vivo results in dissociation of Med18/20 from Mediator and in loss of transcription activity of extracts. De...

2008
RONALD G. DOUGLAS

The Hardy space on the unit ball in C provides examples of a quasi-free, finite rank Hilbert module which contains a pure submodule isometrically isomorphic to the module itself. For n = 1 the submodule has finite codimension. In this note we show that this phenomenon can only occur for modules over domains in C and for finitely-connected domains only for Hardy-like spaces, the bundle shifts. M...

2015
M. I. García-Planas M. D. Magret

Spectral properties of special matrices matrices have been widely applied. We focus on monomial matrices over a finite field Fp, p 6= 2. We describe a way to find the minimal annihilating polynomial, a set of linearly independent eigenvectors.

Journal: :Iraqi journal of science 2022

In this paper, we introduce the concept of a quasi-radical semi prime submodule. Throughout work, assume that is commutative ring with identity and left unitary R- module. A proper submodule called (for short Q-rad-semiprime), if for , ,and then . Where intersection all submodules

2008
Vitalij M. Bondarenko Tatiana G. Gerasimova Vladimir V. Sergeichuk

Pairs (A,B) of mutually annihilating operators AB = BA = 0 on a finite dimensional vector space over an algebraically closed field were classified by Gelfand and Ponomarev [Russian Math. Surveys 23 (1968) 1–58] by method of linear relations. The classification of (A,B) over any field was derived by Nazarova, Roiter, Sergeichuk, and Bondarenko [J. Soviet Math. 3 (1975) 636–654] from the classifi...

Journal: :European Journal of Pure and Applied Mathematics 2022

The purpose of this paper is to introduce new concepts in a module  over ring , the first one called e*- small essential submodule, which generalization second concept called e*-radical submodule radical and last e* - hollow module. We will prove some properties all these concepts.

In this paper we investigate decompositions of submodules in modules over a Proufer domain into intersections of quasi-primary and classical quasi-primary submodules. In particular, existence and uniqueness of quasi-primary decompositions in modules over a Proufer domain of finite character are proved. Proufer domain; primary submodule; quasi-primary submodule; classical quasi-primary; decompo...

2017
J. Gärtner F. den Hollander

In this paper we study the following system of reaction-diffusion equations: ∂ /∂t = ∆ − V + λδ0, (0, x) ≡ 0, ∂V/∂t = − V, V (0, x) ≡ 1. Here (t, x) and V (t, x) are functions of time t ∈ [0,∞) and space x ∈ R. This system describes a continuum version of a model in which particles are injected at the origin at rate λ, perform independent simple symmetric random walks on Z, and are annihilated ...

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

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

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"; } -->